home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / misc / DialTimer14.lha / DialTimer.doc < prev    next >
Text File  |  1995-05-01  |  3KB  |  133 lines

  1. DialTimer1.4 - By Laurie Lee
  2. ----------------------------
  3.  
  4. First sorry about this short doc file and the quality of it.
  5.  
  6. Dialtimer is another "How long have I been on my modem and what did it cost
  7. me" program.  It features an arexx interface so it can be started and
  8. stopped from dial programs.  It also has a full intuition interface and is
  9. fully localised. (although I have not included any catalogs SORRY)
  10.  
  11. USAGE
  12. -----
  13.  
  14. Run from workbench only (Shell may work but there is no template).  Sorry
  15. about the Crap Icon but as someone once said "I'm a programmer not an
  16. artist".  Feel free to create one and send it to me for inclusion in a
  17. future release.
  18.  
  19. - THIS IS VERSION 1.4 -
  20. Please ignore the date in the version string this is incorrect.
  21.  
  22. TOOLTYPES:
  23.  
  24.  WINDOWY=100
  25.  WINDOWX=20                      
  26.  
  27.     Window Positions.  The default is at the top of the screen.
  28.  
  29.  
  30.  PUBSCREEN=DOPUS.1                  
  31.  
  32.     Public screen to open on. Default is Workbench.
  33.  
  34.  
  35.  CHEAPRATE=0.024
  36.  
  37.     The rate per minute for the current call.  The default is 2.4 per
  38.     minute.
  39.  
  40.  DISPLAYUPDATE=1                 
  41.  
  42.     How many seconds between updates of the counter.  This only affects the
  43.     display and not the internal counter which always counts to the nearest
  44.     second.  Deafult is 1 second
  45.  
  46.  ALERTATVALUE=0.0020
  47.  
  48.     Warn when the counter reaches this value.
  49.  
  50.  ALERTCOMMAND
  51.  
  52.     Command to run when alert value is reached.
  53.     Default is requester (KS3.0) only
  54.  
  55.  START=1
  56.  
  57.     Start the counter straight away.  Default is 0 (do not start)
  58.  
  59.  LOGFILENAME=T:dialtimer.logfile
  60.  
  61.     The name of the logfile.  Default is t:dialtimer.logfile
  62.  
  63.  
  64. AREXX
  65.  
  66.   STARTTIMER
  67.  
  68.     Starts the timer.
  69.  
  70.   STOPTIMER
  71.  
  72.     Stops the timer.
  73.  
  74.   RESETTIMER
  75.  
  76.     Resets the timer.
  77.  
  78.   QUIT
  79.  
  80.     QUITs the program.
  81.  
  82.   SHOWINTERFACE
  83.  
  84.     Shows the GUI.
  85.  
  86.   HIDEINTERFACE
  87.  
  88.     Hides the GUI.
  89.  
  90.   CHANGERATE <VALUE>
  91.  
  92.     Changes the rate per minute.
  93.  
  94.  
  95. THE END
  96.  
  97.  
  98. GREETS
  99. ------
  100.  
  101. Hi to James allen ($LiNg$HoT) and others that know me.
  102.  
  103. Contact me (bug reports etc)
  104.  
  105. CC062LL01@ntu.ac.uk
  106. or
  107. stud2lle@doc.ntu.ac.uk
  108.  
  109. Snail:
  110.  
  111. Laurie Lee
  112. 48 College St
  113. Irthlingborough
  114. Northants
  115. NN9 5TX
  116. England
  117.  
  118.  
  119. TODO
  120. ----
  121.  
  122. Write a better doc file.  More catalogs (if you do a translation email me 
  123. and i'll include it!!!)
  124.  
  125. Thanks for putting up with this hastily written doc file.
  126.  
  127. BUGS
  128. ----
  129.  
  130. Only 1 to my knowledge.  The program seems to get upset by GVP scsi
  131. controled Hard drives if they are busy while this program is running!!!!!
  132. I already have a fix in the making for this!
  133.